Keysight Pathwave 89600 VSA .NET API
Item(String) Property
See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace > ZoneCollection<T> Class > Item Property : Item(String) Property


name
Name of the zone.

Glossary Item Box

Gets the zone in the collection with the specified name.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As T
C# 
public T Item( 
   string name
) {get;}
C++/CLI 
public:
property T^ Item {
   T^ get(String^ name);
}

Parameters

name
Name of the zone.

Property Value

The zone.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also